gempy.structural_elements_from_borehole_set

gempy.structural_elements_from_borehole_set(borehole_set: subsurface.core.geological_formats.BoreholeSet, elements_dict: dict) list[StructuralElement][source]

Creates a list of StructuralElements from a BoreholeSet.

Parameters:
  • borehole_set (subsurface.core.geological_formats.BoreholeSet) – The BoreholeSet object containing the boreholes.

  • elements_dict (dict) – A dictionary containing the properties of the structural elements to be created.

Returns:

A list of StructuralElement objects created from the borehole set.

Return type:

list[StructuralElement]

Raises:

ValueError – If a top lithology ID specified in elements_dict is not found in the borehole set.

Examples using gempy.structural_elements_from_borehole_set

Unknown Model: Importing Borehole Data and Building a 3D Geological Model with GemPy

Unknown Model: Importing Borehole Data and Building a 3D Geological Model with GemPy